Post

Replies

Boosts

Views

Activity

Problems with NavigationView and NavigationLink
I cannot find how to submit a Xcode bug report. With Xcode 12.5.1 and Xcode beta release 5, The NavigationView and the NavigationLink has a problem. With 5 options of NavigationLinks, when I select one, the response is random. Either of the 5 options view will be presented. The following in some of the responses I get on the console: SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. func = 1.5 func = 22.5 Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. If I divide 29 by 12, the results = 2.0, problem. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. 2021-09-12 13:38:19.316449-0700 PocketAssistant[1599:40881] Writing analzed variants. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Thanks Lloyd Hunter
3
0
579
Sep ’21
Portrait and Landscape Orientation
I have an image in my SwiftUI code which doesn't stretch in the landscape orientation. The code is listed here:                 GeometryReader { geo in                     Image("RubyChard")                         .resizable()                         .aspectRatio(contentMode: .fit)                         .frame(width: geo.size.width)                 } The image in the portrait and landscape orientation. The .png file size is 730x638 pixels. I have exhausted my efforts to get the image to stretch in landscape orientation. I need help! Thanks in advance for your help Lloyd
0
0
442
Aug ’21